Update from code changes: note Pro+ plan for self-hosted GitLab OAuth - #6972
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
reviewed
Aug 14, 2026
ethanpalm
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Registering a self-hosted GitLab OAuth application and starting the authorization flow now requires a Mintlify organization on the Pro plan or higher; Hobby and trial orgs receive a 403. Existing self-hosted GitLab installations continue to work and can re-authorize as normal. Added a plan-requirement bullet to the prerequisites of the self-hosted GitLab OAuth guide and mirrored the change to the Spanish, French, and Chinese translations. Triggered by https://github.com/mintlify/server/pull/7498.
Changes
deploy/gitlab-self-hosted.mdx: added Pro+ plan prerequisite.es/deploy/gitlab-self-hosted.mdx,fr/deploy/gitlab-self-hosted.mdx,zh/deploy/gitlab-self-hosted.mdx: translated updates.Note
Low Risk
Documentation-only prerequisite updates with no application or security logic changes.
Overview
Documents that self-hosted GitLab OAuth setup (registering an OAuth app and starting authorization) requires a Mintlify organization on the Pro or Enterprise plan, aligning the guide with server behavior that returns 403 for Hobby and trial orgs.
Adds one prerequisite bullet in
deploy/gitlab-self-hosted.mdxand the same change in the Spanish, French, and Chinesegitlab-self-hostedpages. No other sections of those guides were modified.Reviewed by Cursor Bugbot for commit 3b8e92e. Bugbot is set up for automated code reviews on this repo. Configure here.